home *** CD-ROM | disk | FTP | other *** search
/ X'Tasies 5 / X'Tasies 5 - Disc 1.iso / mac / Main.Dir / 00100.ls < prev    next >
Encoding:
Text File  |  1996-09-02  |  261 b   |  15 lines

  1. global gcurrentdir, original_frame
  2.  
  3. on mouseDown
  4.   set the visible of sprite 18 to 0
  5.   updateStage()
  6. end
  7.  
  8. on mouseUp
  9.   set the visible of sprite 18 to 1
  10.   set gcurrentdir to "main.dir"
  11.   set original_frame to marker(0)
  12.   puppetSound(0)
  13.   go(1, "panic.dir")
  14. end
  15.